From: Juanma Barranquero Date: Tue, 2 Jul 2002 15:28:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31920 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aedc28c2570d2dd45578d398cf4a84d1ea0e6861;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95a14ab9ced..c3ee2d12479 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-07-02 Juanma Barranquero + + * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo. + + * textmodes/reftex-cite.el (reftex-citation): Fix typo. + + * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent): Fix typo. + 2002-07-02 Kim F. Storm * emacs-lisp/bindat.el: New file. diff --git a/src/ChangeLog b/src/ChangeLog index 0881aa1a2c4..59ff06c79da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Juanma Barranquero + + * keymap.c (syms_of_keymap): Fix typo. + 2002-07-01 Andrew Choi * s/darwin.h: Define POSIX_SIGNALS.